projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da3d757
)
(org-copy-subtree): Use "non-nil" in docstrings.
author
Juanma Barranquero
<lekktu@gmail.com>
Fri, 3 Nov 2006 15:12:46 +0000
(15:12 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Fri, 3 Nov 2006 15:12:46 +0000
(15:12 +0000)
lisp/textmodes/org.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/org.el
b/lisp/textmodes/org.el
index 8e0bccfb70896d1fcea1a08770d8bdf72da5bd2c..9d843d0b81f9b4053661bb8f045f9348ab26c738 100644
(file)
--- a/
lisp/textmodes/org.el
+++ b/
lisp/textmodes/org.el
@@
-4027,7
+4027,7
@@
This is a short-hand for marking the subtree and then cutting it."
(defun org-copy-subtree (&optional cut)
"Cut the current subtree into the clipboard.
This is a short-hand for marking the subtree and then copying it.
-If CUT is non
nil, actually cut the subtree."
+If CUT is non
-
nil, actually cut the subtree."
(interactive)
(let (beg end folded)
(org-back-to-heading)